Internet Information Services

Internet Information Services 7 Console.png
Screenshot of IIS 7's IIS Manager console
Developer(s) Microsoft
Stable release 7.5 / 10/22/2009
Operating system Microsoft Windows
Type Server
License Proprietary
Website www.microsoft.com/iis

Internet Information Services (IIS) – formerly called Internet Information Server – is a web server application and set of feature extension modules created by Microsoft for use with Microsoft Windows. It is the world's second most popular web server in terms of overall websites behind the industry leader Apache HTTP Server. As of March 2010, it served 24.47% of all websites on the Internet according to Netcraft.[1] The protocols supported in IIS 7 include: FTP, FTPS, SMTP, NNTP, and HTTP/HTTPS.

Contents

Versions

IIS is not turned on by default when Windows is installed, but it can be selected from the list of optional features. It is available in all editions of Windows Vista and Windows 7, including Home Basic, but some features are not supported on client versions of Windows...

History

The first Microsoft web server was a research project at European Microsoft Windows NT Academic Centre (EMWAC), part of the University of Edinburgh in Scotland, and was distributed as freeware.[2] However since the EMWAC server was unable to scale sufficiently to handle the volume of traffic going to microsoft.com, Microsoft was forced to develop its own webserver, IIS.[3]

IIS was initially released as a set of web-based services for Windows NT 3.51. IIS 2.0 followed, adding support for the Windows NT 4.0 operating system; and IIS 3.0 introduced the Active Server Pages dynamic scripting environment.[4]

IIS 4.0 dropped support for the Gopher protocol and was released as part of an "Option Pack" for Windows NT 4.0.

The current shipping version of IIS is 7.5 for Windows 7 and Windows Server 2008 R2, 7.0 for Windows Vista and Windows Server 2008, 6.0 for Windows Server 2003 and Windows XP Professional x64 Edition, and IIS 5.1 for Windows XP Professional.

Windows XP has a restricted version of IIS 5.1 that supports only 10 simultaneous connections and a single web site.[5]

IIS 7.0 on Vista does not limit the number of allowed connections as IIS on XP did, but limits concurrent requests to 10 (Windows Vista Ultimate, Business, and Enterprise Editions) or 3 (Vista Home Premium). Additional requests are queued, which hampers performance, but they are not rejected as with XP.

IIS 6.0 added support for IPv6. A FastCGI module is also available for IIS 5.1, IIS 6.0[6] and IIS 7.[7]

IIS 7.0 (Windows Vista/2008) has better performance than IIS 5.1 (Windows XP) because it relies on the HTTP.SYS kernel driver.

Security

Earlier versions of IIS were hit with a number of vulnerabilities, chief among them CA-2001-19 which led to the infamous Code Red worm; however, both versions 6.0 and 7.0 currently have no reported issues with this specific vulnerability.[8][9] In IIS 6.0 Microsoft opted to change the behaviour of pre-installed ISAPI handlers,[10] many of which were culprits in the vulnerabilities of 4.0 and 5.0, thus reducing the attack surface of IIS. In addition, IIS 6.0 added a feature called "Web Service Extensions" that prevents IIS from launching any program without explicit permission by an administrator.

In the current release, IIS 7, the components are provided as modules so that only the required components have to be installed, thus further reducing the attack surface. In addition, security features are added such as Request Filtering, which rejects suspicious URLs based on a user-defined rule set.

By default IIS 5.1 and lower run websites in-process under the SYSTEM account,[11] a default Windows account with 'superuser' rights. Under 6.0 all request handling processes have been brought under a Network Services account with significantly fewer privileges so that should there be a vulnerability in a feature or in custom code it won't necessarily compromise the entire system given the sandboxed environment these worker processes run in. IIS 6.0 also contained a new kernel HTTP stack (http.sys) with a stricter HTTP request parser and response cache for both static and dynamic content.

There are various built-in security features from Microsoft. Many companies offer third-party security tools and features, also known as "Web App Firewalls, or Web Application Firewalls." The advantage of such tools is that they offer much more comprehensive elements (such as easy-to-use GUI, etc.) that aid in protecting an IIS installation with an additional layer of protection at a higher level. Though no security system is ever complete, most admins choose to run an application-layer firewall and an Intrusion Prevention System (IPS).

IIS features

IIS 7 is built on a modular architecture. Modules, also called extensions, can be added or removed individually so that only modules required for specific functionality have to be installed. IIS 7 includes native modules as part of the full installation. These modules are individual features that the server uses to process requests and include the following:

IIS 5.0 and higher support the following authentication mechanisms:

IIS 7.5 includes the following additional security features:

Authentication changed slightly between IIS 6.0 and IIS 7, most notably in that the anonymous user which was named "IUSR_{machinename}" is a built-in account in Vista and future operating systems and named "IUSR". Notably, in IIS 7, each authentication mechanism is isolated into its own module and can be installed or uninstalled.

IIS extensions

IIS releases new feature modules between major version releases to add new functionality. The following extensions are available for IIS 7:

See also

References

  1. "Netcraft Web Server Survey, March 2010". http://news.netcraft.com/archives/2010/03/17/march_2010_web_server_survey.html. Retrieved 2010-03-19. 
  2. "Windows NT Internet Servers". Microsoft. July 10, 2002. http://support.microsoft.com/kb/120734. Retrieved 2008-05-26. 
  3. Dave Kramer (December 24, 1999). "A Brief History of Microsoft on the Web". Microsoft. http://www.microsoft.com/misc/features/features_flshbk.htm. 
  4. "Microsoft ASP.NET 2.0 Next Stop on Microsoft Web Development Roadmap". http://www.directionsonmicrosoft.com/sample/DOMIS/update/2004/08aug/0804a2nsow.htm. 
  5. "Internet Information Services 5.1". http://www.microsoft.com/windowsxp/evaluation/features/iis.mspx. Retrieved 2007-07-20. 
  6. "FastCGI Extension for IIS 6.0 and IIS 5.1 – Go Live". http://www.iis.net/downloads/default.aspx?tabid=34&i=1521&g=6. Retrieved 2007-09-27. 
  7. "FastCGI for IIS7". http://www.iis.net/downloads/default.aspx?tabid=34&i=1299&g=6. Retrieved 2007-09-27. 
  8. "Vulnerability Report: Microsoft Internet Information Services (IIS) 6". http://secunia.com/advisories/product/1438/?task=statistics. Retrieved 2008-10-14. 
  9. "Vulnerability Report: Microsoft Internet Information Services (IIS) 7". http://secunia.com/advisories/product/17543/?task=statistics. Retrieved 2008-10-14. 
  10. "IIS Installs in a Locked-Down Mode (IIS 6.0)". MSDN. http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/54257c42-d723-4b12-badf-f4902c195821.mspx?mfr=true. Retrieved 2007-07-20. 
  11. "HOW TO: Run Applications Not in the Context of the System Account in IIS#Default Installation". http://support.microsoft.com/kb/319067/. Retrieved 2007-07-20. 

External links